Parcourir la source

Adjust color for override icon

Deniz Cengiz il y a 1 an
Parent
commit
f5117d9d65

+ 2 - 2
FreeAPS/Sources/Modules/Home/View/Chart/ChartLegendView.swift

@@ -61,7 +61,7 @@ struct ChartLegendView: View {
                             color: Color.loopGray.opacity(colorScheme == .dark ? 0.3 : 0.8),
                             iconString: "square.fill"
                         )
-                        
+
                         DefinitionRow(
                             term: "CGM Glucose Value",
                             definition: Text(
@@ -109,7 +109,7 @@ struct ChartLegendView: View {
                             definition: Text(
                                 "Indicates when an override is or was active, temporarily changing therapy settings (e.g., basal rate, insulin sensitivity, carb ratio, target glucose, or whether Trio can dose SMBs)."
                             ),
-                            color: Color.purple,
+                            color: Color.purple.opacity(0.4),
                             iconString: "button.horizontal.fill"
                         )